home *** CD-ROM | disk | FTP | other *** search
- GetFName : STRING;
-
- Returns the current file name of the active drawing.
-
- NumLayers : INTEGER;
-
- Returns the current number of layers in the active drawing.
-
- SymDefNum : INTEGER;
-
- Returns the current number of symbols in the library of the active drawing.
-
- NameNum : INTEGER;
-
- Returns the number of names in the current active drawing.
-
- NameList(Index : INTEGER) : STRING;
-
- Returns the object name stored in the object name list specified by Index.
-
- ClassNum : INTEGER;
-
- Returns the number of classes in the current active drawing.
-
- ClassList(Index : INTEGER;) : STRING;
-
- Returns the object class stored in the object class list specified by Index.
-
- GetOrigin(VAR X, Y : REAL);
-
- Returns the current origin location relative to the center of the page.
-
- FArrowHead : INTEGER;
-
- Returns the current arrowhead.
-
- FFillPat : INTEGER;
-
- Returns the current fill pattern.
-
- FPenSize : INTEGER;
-
- Returns the current pen size, in mils.
-
- FPenPat : INTEGER;
-
- Returns the current fill pattern for the graphic pen.
-
- FPenFore(VAR Red, Green, Blue : LONGINT);
-
- Returns the current pen foreground color.
-
- FPenBack(VAR Red, Green, Blue : LONGINT);
-
- Returns the current pen background color.
-
- FFillFore(VAR Red, Green, Blue : LONGINT);
-
- Returns the current fill foreground color.
-
- FFillBack(VAR Red, Green, Blue : LONGINT);
-
- Returns the current fill background color.
-
- GetLVis(h : Handle) : INTEGER;
-
- Returns visibility status of layer connected to h.
-
- ActSymDef : HANDLE;
-
- Returns handle to active symbol
- definition.
-
-